home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / StylesheetPanel.nib / data.classes < prev    next >
Encoding:
Text File  |  1994-12-14  |  392 bĀ   |  29 lines

  1. StyleSheetPanel = {
  2.     ACTIONS = {
  3.     iconClick:;
  4.     textDidEnd:;
  5.     };
  6.     OUTLETS = {
  7.     devoPanel;
  8.     window;
  9.     styleSheetView;
  10.     currentStyleSheet;
  11.     commentText;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. StoryBoardView = {
  16.     SUPERCLASS = View;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. PageOneApp = {
  24.     OUTLETS = {
  25.     styleSheet;
  26.     };
  27.     SUPERCLASS = Application;
  28. };
  29.